home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 3: Developer Tools / Linux Cubed Series 3 - Developer Tools.iso / utils / file / fileutil.13 / fileutil / fileutils-3.13 / lib / long-options.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-08  |  309 b   |  12 lines

  1. #ifndef __P
  2. #if defined (__GNUC__) || (defined (__STDC__) && __STDC__)
  3. #define __P(args) args
  4. #else
  5. #define __P(args) ()
  6. #endif  /* GCC.  */
  7. #endif  /* Not __P.  */
  8.  
  9. void
  10.   parse_long_options __P ((int _argc, char **_argv, const char *_command_name,
  11.                const char *_version_string, void (*_usage) (int)));
  12.